ComponentOne Data Source for Entity Framework
C1.Data Namespace / FilteredView<T> Class / FilterKey Property

In This Topic
    FilterKey Property
    In This Topic
    Gets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item.
    Syntax
    'Declaration
     
    
    Public Property FilterKey As System.Object
    public System.object FilterKey {get; set;}
    See Also